Crate cylinder[][src]

Modules

Signer/verifier implemenation for hashes instead of real signatures

Provides a set of APIs to both generate JSON Web Tokens (JWTs) with cylinder signing algorithms, as well as parse and cryptographically validate the contents of the strings.

Structs

An error that can occur when loading a key

An error that can occur when parsing a key

A private key

A public key

A general signature value.

An error that can occur when parsing a signature

Enums

An error that can occur with contexts

An error that can occur with signing

An error that can occur with signature verification

Traits

A context for creating signers and verifiers

A signer for arbitrary messages

Verifies message signatures

A factory for creating verifiers

Functions

Returns the name of the current private key file.

Returns a list of possible paths to search for the private key file.

Returns the private key from the given name and search path.

Returns the private key from the given path.